func github.com/google/go-cmp/cmp.makeLeafReference

4 uses

	github.com/google/go-cmp/cmp (current package)
		report_references.go#L101: func makeLeafReference(p value.Pointer, printAddress bool) textNode {
		report_reflect.go#L124: 			return makeLeafReference(ptrRef, false)
		report_reflect.go#L256: 			return makeLeafReference(ptrRef, opts.PrintAddresses)
		report_reflect.go#L287: 			out = makeLeafReference(ptrRef, opts.PrintAddresses)